4
4
.
.
3
3
.
.
1
1
D
D
i
i
v
v
i
i
d
d
e
e
r
r
I
I
n
n
f
f
o
o
Divider is
not
Conta
iner
View, instead
it is used
to organize
children
of the Conta
iner Vie
w.
Divider inse
rts line bet
ween V
iews
(horizonta
l or verti
cal dependin
g on the
stac
k type
)
.
Syntax
Divider
()
E
E
x
x
a
a
m
m
p
p
l
l
e
e
Example
st
ruct
Conten
tView:
View
{
var
b
ody
:
s
ome
View
{
VSt
ack
{
Text
(
"F
irst Line"
)
D
ivider
()
Text
(
"S
econd Line
"
)
}
}
}
Horizonta
l Line in V
Stack
Vertical L
ine in HSt
ac
k